Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a configuration option to enable a reload of the .envrc every time a run configuration is executed. #49

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

sh41
Copy link
Contributor

@sh41 sh41 commented Jan 25, 2024

I based this off #45 as I needed to test on my local version which is 2023.3.2

I found that when working with multiple projects I would need to reload .envrc manually every time I switched between them. This automates the loading of the environment everytime a Run/Debug execution starts. It is disabled by default.

See README.md changes for a description of the change and how to enable the functionality.

There were also a couple of minor plugin version bumps & changes advised by the IDE/linters.

@sh41 sh41 force-pushed the add_autoload branch 2 times, most recently from 81918b8 to 0d035aa Compare January 25, 2024 23:04
…me a run configuration is executed.

This is particularly useful when working with multiple projects in separate windows that have different .envrc files.
@sh41
Copy link
Contributor Author

sh41 commented Jan 26, 2024

Now rebased from #50/main

@fehnomenal fehnomenal merged commit bb8c333 into fehnomenal:main Jan 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants